home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK2.toast / Mac OS 8 Tour / Demos / QT Confrencing / QT Confrenceing.dir / 00061.ls < prev    next >
Encoding:
Text File  |  1996-04-30  |  250 b   |  18 lines

  1. on enterFrame
  2.   global S1
  3.   if S1 = 1 then
  4.     set the movieTime of sprite 27 to 0
  5.     set S1 to 0
  6.   else
  7.     nothing()
  8.   end if
  9. end
  10.  
  11. on exitFrame
  12.   if the movieTime of sprite 27 < 960 then
  13.     go(the frame)
  14.   else
  15.     go(the frame + 1)
  16.   end if
  17. end
  18.